/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}


ul.nav, .jumbotron h1 {
	font-family: 'Arvo', courier, serif;
	font-size: 26px;
}

ul.nav {
	font-size: 13px;
}

.jumbotron {
	text-align: center;
	background-image:  url(../images/front_pic.jpg);
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
    color: white; 
    padding-bottom: 200px;
}

.jumbotron h2 {
	font-family: 'Arvo', courier, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 26px;
}

.jumbotron p {
	font-family: 'Arvo', courier, serif;
	text-align: left;
	margin-bottom: 30px;
	margin-left: 100px;
	margin-right: 100px;
	font-weight: 100;

}

.col-md-4 h2 {
	text-align: center;
	font-size: 26px;
}

.col-md-4 p {
	text-align: center;
}

